@charset "utf-8";
@import url(normalize.css);
@import url(base.css);

/*reset*/
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #222222;
    font: 14px/1.8 'Microsoft Yahei', Arial, sans-serif;
    background: #fff;
}
.fr{float: right;}
input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle
}

body,
button,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul,
menu {
    margin: 0
}

ol,
ul,
menu {
    padding-left: 0;
    list-style-type: none
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

a,
input,
select,
textarea {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

/*ç¦æ­¢ç‚¹å‡»æ—¶å‡ºçŽ°è“è‰²åŒºåŸŸ*/
a {
    outline: 0;
    color: #000;
    text-decoration: none;
    font-family: "微软雅黑";
    transition: 0.4s all
}

a:hover {
    color: #ec523f;
    text-decoration: none !important;
}

b,
i {
    font-style: normal
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

a.more {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

li {
    list-style: none;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* common*/
.opc0 {
    opacity: 0;
}

.fix {
    *zoom: 1;
}

.fix:before,
.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}
.navBox{display: none;}
.nav-trigger{display: none;}
.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.el {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eln {
    white-space: normal;
}

.btn {
    cursor: pointer;
}

.hide {
    display: none;
}

.arr {
    width: 0;
    height: 0;
    overflow: hidden;
}

.f_ewm {
    float: left;
    margin-right: 1em;
}

.clear {
    height: 1px;
    margin-top: -1px;
    clear: both;
    overflow: hidden;
}

.mar {
    margin: 0 auto
}

.left {
    float: left;
}

.right {
    float: right;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*my menu css*/
.header {
    height: auto;
}

.topbox {
    height: auto;
    position: relative;
}
.topbox .toplogo {
    float: left;
    max-width: 50%;
    padding: 2rem 0
}

.topbox .topmenu {
    float: right;
    padding: 2rem 0
}

.banner {
    width: 100%;
    height: 340px;
    color: #353535;
    font-size: 1rem;
    text-align: center;
    background: url(../images/banner.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner img {
    padding-top: 6.5rem;
    padding-bottom: 1rem;
    display: block;
    margin: 0 auto
}

.banner a {
    color: #353535;
}

.banner a:hover {
    color: #b80b24;
}

.banner1 {
    width: 100%;
    height: 340px;
    color: #353535;
    font-size: 1rem;
    text-align: center;
    background: url(../images/banner1.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner1 img {
    padding-top: 6.5rem;
    padding-bottom: 1rem;
    display: block;
    margin: 0 auto
}

.banner1 a {
    color: #353535;
}

.banner1 a:hover {
    color: #b80b24;
}

.banner2 {
    width: 100%;
    height: 340px;
    color: #353535;
    font-size: 1rem;
    text-align: center;
    background: url(../images/banner2.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner2 img {
    padding-top: 6.5rem;
    padding-bottom: 1rem;
    display: block;
    margin: 0 auto
}

.banner2 a {
    color: #353535;
}

.banner2 a:hover {
    color: #b80b24;
}

/*footer*/
.footer {
    width: 100%;
    padding: 2rem 0;
    height: auto;
    color: #fff;
    line-height: 1.9rem;
    font-size: 0.9rem;
    background: #272727;
    overflow: hidden;
}

.footer a {
    color: #fff;
    display: inline-block;
    padding-right: 1rem
}

.footer a:hover {
    color: #b80b24
}

.footer big {
    font-size: 1.13rem;
    font-weight: bold;
    display: block;
}

.fticp {
    width: 100%;
    padding:1.2rem 0;
    height: auto;
    color: #878686;
    line-height: 1.9rem;
    font-size: 0.9rem;
    background: #272727;
    border-top: 1px #3c3b3b solid;
    overflow: hidden;
}

.fticp a {
    color: #878686;
}

.fticp a:hover {
    color: #b80b24
}

/*index*/
.index01 {
    width: 100%;
    height: auto;
    padding: 4.8rem 0;
    overflow: hidden;
}

.index01 .wrap {
    background: url(../images/index01.jpg) right bottom no-repeat;
    height: auto;overflow: hidden;
}

.index01 .p00 {
    padding-top: 1.2rem
}

.index01 .p01 {
    line-height: 1.7rem;
    color: #504f4f;
    font-size: 0.9rem;
    padding-top: 1.2rem
}

.index01 .p02 {
    width: 8.6rem;
    height: 2.4rem;
    border-radius: 1.2rem;
    text-align: center;
    line-height: 2.4rem;
    color: #fff;
    font-size: 0.9rem;
    background-color: #b80b24;
    margin-top: 1.5rem;
    display: block;
}
.cmore{width: 60px;height: 60px;background: url(../images/more.png) center no-repeat;margin: 0 auto;transition: 0.4s all}
.cmore:hover{transform: rotate(180deg); background: url(../images/moreh.png) center no-repeat;}

.index01 .p02:hover {
    background-color: #333
}

.index01 .inmenu {
    width: 100%
}

.index01 .inmenu li {
    width: 100%;
    padding-top:2.4rem
}

.index01 .inmenu li img {
    display: block;
    padding:0.6rem;
    margin: 0 auto;border: 1px rgba(230,230,230,0) solid
}

.index01 .inmenu li img:hover{transform: translateY(5px);border: 1px #b80b24 dashed}

.index01 .inmenu-m {
    width: 100%;height: auto;padding-bottom: 2rem
}

.index01 .inmenu-m li {
    width: 100%;
    font-size: 1.1rem;line-height: 25px;color:#504f4f;
    padding-top:2rem
}
.index01 .inmenu-m li a{color:#504f4f;}
.index01 .inmenu-m li img{float: left;padding-right:1rem}

.index02 {
    height: auto;
    overflow: hidden;
    padding: 4rem 0;
    background: url(../images/index02.jpg) no-repeat;
    background-size: 100% 100%
}

.index03 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index03 .wrap {
    background: #b80b24;
    height: auto;
    overflow: hidden;
}

.intype {
    width: 100%;
}

.intype li {
    font-size: 1rem;
    color: #fff;
    padding: 2rem 0;
    border-right: 1px #c54154 solid;
    box-sizing: border-box;
    text-align: center;
}
.intype li:last-child{border: none;}
.intype li span {
    width: 4rem;
    height: 4rem;
    display: block;
    margin: 0 auto
}

.intype li .tp01 {
    background: url(../images/type01.png) center no-repeat;
}

.intype li .tp02 {
    background: url(../images/type02.png) center no-repeat;
}

.intype li .tp03 {
    background: url(../images/type03.png) center no-repeat;
}

.intype li .tp04 {
    background: url(../images/type04.png) center no-repeat;
}

.intype li .tp05 {
    background: url(../images/type05.png) center no-repeat;
}

.intype li .tp06 {
    background: url(../images/type06.png) center no-repeat;
}


/*hover*/
.intype li:hover span{animation: swing 1s}
.intype li:hover{color: #fff500;font-weight: bold;}

.intype li:hover .tp01 {
    background: url(../images/type01h.png) center no-repeat;
}

.intype li:hover .tp02 {
    background: url(../images/type02h.png) center no-repeat;
}

.intype li:hover .tp03 {
    background: url(../images/type03h.png) center no-repeat;
}

.intype li:hover .tp04 {
    background: url(../images/type04h.png) center no-repeat;
}

.intype li:hover .tp05 {
    background: url(../images/type05h.png) center no-repeat;
}

.intype li:hover .tp06 {
    background: url(../images/type06h.png) center no-repeat;
}

.index04 {
    height: auto;
    overflow: hidden;
    padding: 4rem 0;
}

.index04 .tit {
    display: block;transition: 0.4s all;
    margin: 0 auto
}
.index04 .tit img{
    transition: 0.4s all;
}
.index04 .tit:hover{transform: translateY(10px);}
.index04 .wrap {
    padding-top: 3rem;padding-bottom: 3rem
}

.news01 {}

.news01 li {
    color: #868484;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 1rem;
}

.news01 li big {
    color: #323232;
    line-height: 2.2rem;
    font-size: 1rem;
    display: block;
    transition: 0.4s all
}
.news01 li:hover big{color: #b80b24;padding-left: 10px}
.txt00 { padding:1rem;background: #b80b24;color: #fff}
/*about us*/
.com01 {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.article{line-height:2rem;font-size: 1rem;}
.sect_inner {
    padding: 4rem 0
}

.sect_inner .p01 {
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem
}
.sect_inner .p02{padding:2rem 0 3rem 0}
.sect_inner .com03 .p01{padding-bottom: 0}
.sect_inner .com03 .p01:hover{transform: translateY(6px);}
.sect_inner .p03 {
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 2rem;
    color: #808385;
}

.com02 {
    background-color: #f7f7f7;
    height: auto;
    overflow: hidden;
    padding: 4rem 0
}

.com03 {
    padding: 4rem 0 0 0
}

/*newsbox*/
.newsbox {
    border-top: 1px #efefef solid;
    padding: 0 1rem;
}

.news-box {
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
    color: #828282;
    border-bottom: 1rem solid #efefef;
    background: #fff;
}

.news-box .news_time .date {
    text-align: center;
    padding: 0;
    font-size: 1.5rem;
    font-family: Impact;
    position: relative;
    padding-left: 15px;
}

.news-box .date:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    top: -100px;
    bottom: -100px;
    left: 0;
    background-color: #dcdcdc;
}

.news-box .news_time .date i {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    color: #333
}

.news-box .news_cont {}

.news-box .news_cont h5 {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: normal;
    padding-bottom: 6px
}

.news-box .news_cont h5 a {
    color: #000;
    display: block;
    padding-bottom: 5px;
    position: relative;
}

.news-box .news_cont h5 a:after {
    display: block;
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background-color: #2b2a2a;
}

.news-box:hover .news_cont h5 a:after {
    width: 50%;
    background-color: #b80b24
}

.news-box .news_cont p {
    padding: 0px 0 10px 0;
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.news-box a.more {
    border: 1px solid #d2d2d2;
    color: #000;
    padding: 3px 15px;
    display: inline-block;
}

.news-box a.more:hover {
    background: #b80b24;
    color: #fff
}

.piclist {
    padding: 2rem 0
}

.piclist li {
    margin-bottom: 2rem;
    background: #fff;
    transition: 0.4s all
}

.piclist li .pimg {
    height: auto;
    overflow: hidden;
    background: #000
}

.piclist li .pimg img {
    width: 100%;
}

.piclist li:hover img {
    opacity: 0.7
}

.piclist li .ptxt {
    height: auto;
    overflow: hidden;
    position: relative;
}

.piclist li .ptxt .p01 {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 0.8rem;
    color: #333333;
}

.piclist li .ptxt .p02 {
    font-size: 1rem;
    color: #ff8400;
}

.piclist li .ptxt .p03 {
    font-size: 0.9rem;
    color: #666666;
    text-align: left;
    line-height: 1.5rem;
}

.piclist li .ptxt .more {
    width: 110px;
    height: 25px;
    line-height: 25px;
    color: #999999;
    font-size: 0.7rem;
    text-transform: uppercase;
    transition: 0.4s all;
    border: 2px #e1e1e1 solid;
    text-align: center;
    display: block;
    margin-top: 1rem
}

.piclist li:hover .ptxt .more {
    background: #ff8400;
    color: #fff
}

.npiclist {
    padding-top: 2rem
}

.npiclist li {
    line-height: 3rem;
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    float: left;
}

.npiclist li img {
    width: 100%
}

.npiclist li .intxt {
    padding: 8px 8px 0 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.npiclist li:hover a {
    font-weight: bold;
    color: #ff8400
}








/*news info*/
.rttitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px #eee solid
}

.rttitle span {
    font-size: 1.2rem;
    font-weight: bold;
}

.box {
    padding: 4%;
}

#newTitle {
    line-height: 3rem;
    font-size: 1.2rem;
    text-align: center;
}

#newsInfo {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #999;
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
    margin: 10px;
}

.newsinfoleft {
    padding-left: 30px;
}

#newsInfo i {
    margin-right: 5px;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    position: relative;
}

#infoImage .pinfol {
    width: 52px;
    height: 100px;
    background: url(../images/plf.png) center no-repeat;
    left: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

#infoImage .pinfor {
    width: 52px;
    height: 100px;
    background: url(../images/prt.png) center no-repeat;
    right: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

#infoImage img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

#newsContent {
    line-height: 2rem;
    font-size: 1rem;
    margin: 0 auto;
}

#newsContent img {
    max-width: 100%;
    padding: 1rem 0;
    display: block;
    margin: 0 auto;
    text-indent: 0em;
}

#newsContent div {
    text-indent: 2em;
}

/*right news*/
.rtbox {
    padding-left: 1.5rem;
    border-left: 1px #eee dotted
}

.rtlist {
    padding-bottom: 4rem
}

.rtlist li {
    padding: 0 0 16px;
}

.rtlist li .item_box {
    padding: 10px 0 20px;
    color: #999;
    display: block;
}

.rtlist li .item_wrapper {
    position: relative;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    border: 0
}

.rtlist li .date_wrap {
    bottom: -30px;
    position: absolute;
}

.rtlist li .date_wrap .md {
    top: auto;
    padding: 0;
    color: #bdbdbd;
    font-size: 14px;
    line-height: inherit
}

.rtlist li .date_wrap .year {
    position: initial;
    top: auto;
    right: auto;color: #bdbdbd;
    bottom: auto;
    font-size: 14px
}

.rtlist li .date_wrap span {
    display: inline-block;
    width: auto
}

.rtlist li .item_des {
    width: 100%
}

.rtlist li .description {
    display: block;
    line-height: 1.5rem;
    margin: 9pt 0 0
}

.rtlist li .title {
    color: #333;
    font-size: 1.1rem;
    transition: 0.4s all
}

.rtlist li .title:hover {
    color: #a82127;
    padding-left: 5px
}


#page {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    clear: both;
}

#page a {
    min-width: 26px;
    height: 26px;
    background: #bababa;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

#page a:hover {
    background: #a82127;
}

#page .current {
    min-width: 26px;
    height: 26px;
    color: #fff;
    background: #a82127;
    display: inline-block;
}

#page_num {
    height: 22px;
    font-size: 14px;
    background: #eeeeee;
}

/*my joblist*/
.job_ul {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    overflow: hidden;
}

.job_ul .jobin {
    background: #fbf8f8;
    height: 170px;
    line-height: 22px;
    font-size: 14px;
    color: #717171;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.job_ul li {
    margin-bottom: 2rem;
    overflow: hidden;
}

.job_ul li .jobtitle {
    width: 100%;
    height: 42px;
    color: #a82127;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px #e8e9e9 solid;
    margin-bottom: 15px;
}

.job_ul li .jobtitle span {
    float: right;
}

.job_ul li .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px #bbbbbb solid;
    overflow: hidden;
    position: absolute;
    left: 30px;
    bottom: 30px;
    transition: 0.4s all
}

.job_ul li .more a {
    color: #969495;
    font-size: 14px;
    position: relative;
    z-index: 3
}

.job_ul li .more span {
    width: 100px;
    height: 100px;
    transform: scale(0.5);
    background: rgba(168, 33, 39, 0);
    left: 0;
    top: -35px;
    position: absolute;
    z-index: 2;
    transition: 0.5s all
}

.job_ul li .more:hover span {
    transform: scale(1);
    background: rgba(168, 33, 39, 1);
}

.job_ul li .more:hover a {
    color: #fff
}

.job_ul li .more:hover {
    border: 1px #a82127 solid;
}

.recruitconl {}

.recruitcon {
    width: 895px;
    height: 173px;
}

.recruitpic {
    width: 132px;
    height: 153px;
    float: left;
}

.recruitconc {
    width: 640px;
    height: 143px;
    padding-top: 5px;
    float: right;
}

.recruitconc li {
    width: 372px;
    height: 35px;
    line-height: 35px;
    color: #444444;
}

.apply {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #68b92e;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-right: 100px;
    float: right;
}

.apply:hover {
    background: #ff9904;
    transition: 0.5s all;
}

.xxsmys {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px #a82127 solid;
}

.xxsmwz {
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #a82127;
}

/*订单*/
.formys {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    color: #555555;
    margin: 0 auto
}

.formmcys {
    float: left;
}

.cpmcys {
    width: 400px;
    height: 35px;
    border: 1px solid #d2d4d6;
    font-family: "微软雅黑";
    color: #555555;
    background: #f9f9f9;
    font-size: 14px;
}

.formbz {
    float: left;
}



.G_ul {
    width: 100%;
}



.sub:hover {
    background: #333333;
}

.comlist{height: auto;overflow: hidden;padding:2rem 0}
.comlist li {
    margin-bottom: 10px;
}

.img {
    overflow: hidden;
    background: #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img img {
    width: 100%;
    margin: 0 auto;
}